dos2be v1.1
Coded by Ian Seyler (seyleri@hotmail.com) on 8/18/1999
The idea came from a program called DOS2UNIX that had a similar function... except dos2be writes the output to a file other than just to the screen.

Installation : Dragging the dos2be file onto the link will move it to "/boot/home/config/bin" folder so you can access it from any path.

Purpose : Removes carriage returns (0x0D) from DOS\Windows text files

Usage : dos2be inputfile outputfile

ie) dos2be autoexec.bat autoexec.be
this exports the file "autoexec.bat" into "autoexec.be" in a BeOS friendy text format.

If no output file was given then the program will just convert it and overwrite the old file with the new one.

ie) dos2be autoexec.bat
this converts the file "autoexec.bat", the same would be attained if the input and output files were the same name.

Names with spaces are supported if you put the file name in quotes.
ie) dos2be "old text file"

Changes : v 1.1 : Reworked some of the code... its just a bit cleaner now.

Conclusion : This is my very first Be application...
